type os/user._C_struct_group

8 uses

	os/user (current package)
		cgo_lookup_unix.go#L87: 	var grp _C_struct_group
		cgo_lookup_unix.go#L117: 	var grp _C_struct_group
		cgo_lookup_unix.go#L135: func buildGroup(grp *_C_struct_group) *Group {
		cgo_lookup_cgo.go#L69: type _C_struct_group =  /*line :66:24*/_Ctype_struct_group /*line :66:38*/
		cgo_lookup_cgo.go#L81: func _C_gr_gid(g *_C_struct_group) _C_gid_t  { return g.gr_gid }
		cgo_lookup_cgo.go#L82: func _C_gr_name(g *_C_struct_group) *_C_char { return g.gr_name }
		cgo_lookup_cgo.go#L98: func _C_getgrnam_r(name *_C_char, buf *_C_char, size _C_size_t) (grp _C_struct_group, found bool, errno syscall.Errno) {
		cgo_lookup_cgo.go#L104: func _C_getgrgid_r(gid _C_gid_t, buf *_C_char, size _C_size_t) (grp _C_struct_group, found bool, errno syscall.Errno) {